projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4dd69c
)
usb: zynqmp: Enable USB XHCI support
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Mon, 16 Nov 2015 11:19:24 +0000
(16:49 +0530)
committer
Marek Vasut
<
[email protected]
>
Sun, 6 Dec 2015 23:14:59 +0000
(
00:14
+0100)
Enable USB XHCI support for ZynqMP
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
include/configs/xilinx_zynqmp.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_zynqmp.h
b/include/configs/xilinx_zynqmp.h
index 6b8b9f83e9fd7c54f5fc8b014dc72ddf4e3b91d8..474bbaff059da74910e815ddeced0e75f852834e 100644
(file)
--- a/
include/configs/xilinx_zynqmp.h
+++ b/
include/configs/xilinx_zynqmp.h
@@
-107,6
+107,14
@@
#define CONFIG_SYS_LOAD_ADDR 0x8000000
#if defined(CONFIG_ZYNQMP_USB)
+#define CONFIG_USB_XHCI_DWC3
+#define CONFIG_USB_XHCI
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_XHCI_ZYNQMP
+
#define CONFIG_USB_DWC3
#define CONFIG_USB_DWC3_GADGET